home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Cat Invaders / 1_juegos_Cat Invaders.swf / scripts / DefineButton2_203 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-02-03  |  283 b   |  9 lines

  1. on(release){
  2.    if(name != "" and email != "" and email.indexOf("@") != -1)
  3.    {
  4.       getURL("http://www.cedalion.co.uk/loki/saveHighScore.asp","bottomMainFrame","POST");
  5.       getUrl("http://www.cedalion.co.uk/loki/cat_side.asp", "SideFrame");
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.